home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / gcc / gcc270_src.lha / gcc-2.7.0-amiga / config / m68k / isi-nfp.h < prev    next >
C/C++ Source or Header  |  1993-05-13  |  209b  |  10 lines

  1. /* Define target machine as an ISI 68000/68020 with no 68881.  */
  2.  
  3. #define TARGET_DEFAULT 5
  4.  
  5. #include "m68k/isi.h"
  6.  
  7. /* Don't try using XFmode.  */
  8. #undef LONG_DOUBLE_TYPE_SIZE
  9. #define LONG_DOUBLE_TYPE_SIZE 64
  10.